constructor function meaning in English
建构函式
Examples
- Instances are created by calling the appropriate constructor function , so no
创建实例的方法是调用适当的构造函数,所以不需要 - One might program polymorphic constructor functions , perhaps by providing multiple type signatures to the constructors
您可能通过为构造器提供多个类型说明来编写多态构造器函数。 - Provides a guide to using the jscript prototype - based object model and links to information that describes custom constructor functions and inheritance for prototype - based objects
提供有关如何使用jscript基于原型的对象模型的指南,并且提供指向特定信息的链接,这些信息描述基于原型的对象的自定义构造函数和继承。